home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / lazyb134.zip / LAZYBACK.DAT < prev    next >
Text File  |  1993-06-02  |  620b  |  24 lines

  1. ;the first character (column 1) is the destination drive, the remainder
  2. ;indicates the source files.
  3. ;
  4. ;the line below indicates that we want to back-up all data files in
  5. ;the cALMER directory and pack it into a single zip file
  6. ;
  7. cc:\calmer\*.dat +PAK+
  8. ;
  9. ~c:\word\docs\*.bak
  10. ;                               we do NOT (~) want to backup .bak files
  11. cc:\word\docs\*.*  +PAK+        everything but .bak files.
  12. ;
  13. ;make sure we have a copy of the systems files backed up
  14. ;
  15. ac:\autoexec.bat
  16. ac:\config.sys
  17. ;
  18. ;
  19. ;now copy the file we generated with the +PAK+ option above....
  20. ;
  21. ac:\calmer\lazyback.zip
  22. ;
  23. ;
  24.